(auto_resize_tool_bars_p): Replace with ...
authorKim F. Storm <storm@cua.dk>
Fri, 29 Dec 2006 23:29:45 +0000 (23:29 +0000)
committerKim F. Storm <storm@cua.dk>
Fri, 29 Dec 2006 23:29:45 +0000 (23:29 +0000)
commit5dd65ef3a2d2b5afd860e088469e4da6bd92ec2f
tree318ce3fac7acdf8d1195ebb97bbde66247634d77
parent068e579dd36f40d6af502c1569e1c40519581718
(auto_resize_tool_bars_p): Replace with ...
(Vauto_resize_tool_bars): ... this.
(syms_of_xdisp): DEFVAR_LISP and initialize it.  Update doc string
to describe new value `grow-only', and use of C-l.
(display_tool_bar_line): Only use default face for border below
toolbar if not grow-only (to get acceptable visual appearence).
Explicitly set visible_height for empty toolbar lines.
(redisplay_tool_bar): Handle `grow-only' setting.  Check and clear
minimize_tool_bar_window_p flag.
src/xdisp.c